home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 October
/
Chip Ekim 2003.iso
/
prog
/
share
/
vizeon
/
setup.exe
/
AppDir\VizeonCybergirl\games\flashman.swf
/
scripts
/
frame_113
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-08-05
|
380 b
|
19 lines
row = 0;
pillnum = 0;
while(Number(row) < 32)
{
col = 0;
while(Number(col) < 27)
{
removeMovieClip("p_" add col add "_" add row);
col = Number(col) + 1;
}
row = Number(row) + 1;
}
removeMovieClip("pacman");
removeMovieClip("g1");
removeMovieClip("g2");
removeMovieClip("g3");
removeMovieClip("g4");
setProperty("/bonus", _visible, 0);